type runtime.notInHeapSlice

10 uses

	runtime (current package)
		malloc.go#L775: 				*(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / goarch.PtrSize)}
		mheap.go#L555: 		*(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
		mpagealloc_64bit.go#L85: 		sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
		mpagealloc_64bit.go#L255: 	sl := notInHeapSlice{(*notInHeap)(r), int(n), int(n)}
		mranges.go#L255: 	ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
		mranges.go#L382: 			ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
		mranges.go#L452: 		ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
		slice.go#L22: type notInHeapSlice struct {